Skip to content

fix: melting_temperature crashes with n_iterations > 1#218

Merged
srmnitc merged 1 commit intoICAMS:mainfrom
keyurrmaniya:fix/melting-temperature-n-iterations
Feb 27, 2026
Merged

fix: melting_temperature crashes with n_iterations > 1#218
srmnitc merged 1 commit intoICAMS:mainfrom
keyurrmaniya:fix/melting-temperature-n-iterations

Conversation

@keyurrmaniya
Copy link
Copy Markdown

fix: move integrate_reversible_scaling outside loop in MeltingTemp.run_jobs

When n_iterations > 1, integrate_reversible_scaling was called inside
the for loop before all ts.forward_N.dat files existed, causing
FileNotFoundError. Fixed by moving the call outside the loop.

…n_jobs

When n_iterations > 1, integrate_reversible_scaling was called inside
the for loop before all ts.forward_N.dat files existed, causing
FileNotFoundError. Fixed by moving the call outside the loop.
@srmnitc srmnitc merged commit 1acf990 into ICAMS:main Feb 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants